home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_doom / ultradm.zip / DEHACKED.INI < prev    next >
Text File  |  1995-05-30  |  2KB  |  53 lines

  1. # This is the DeHackEd v2.3 config file.
  2. # Lines that start with '#' are comments.
  3.  
  4. # 'editname' is the name of the Doom exe file to hack.  The 'normalname' 
  5. # should be the name of your original (unmodified) Doom exe file.  The 
  6. # 'normalname' exe will NOT be modified by DeHackEd, but only referred 
  7. # to at several times for unaltered info.
  8. editname = ultraexe.exe
  9. normalname = doom.exe
  10.  
  11. # The name and location of your Doom WAD.
  12. wadname = doom.wad
  13.  
  14. # The path to your Doom directory.  This is where Doom will be run 
  15. # from when you 'r'un Doom inside DeHackEd.
  16. #pathname = 
  17. # Command line arguments when Doom is run from within DeHackEd.
  18. #params =  
  19.  
  20. # The directory to look for patch files in.
  21. #patchdir = 
  22.  
  23. # Options for soundblaster cards.  sbaddress is the address of your card,
  24. # sbirq is the IRQ for the card, and sbdma is the DMA channel.  Use a 
  25. # DMA of -1 for auto-detect.
  26. sbaddress = 220
  27. sbirq = 5
  28. sbdma = 1
  29.  
  30. # The following are all optional, and are included only in the hopes that
  31. # they might be used to fend off future Doom versions, if any more pop
  32. # up.
  33.  
  34. # Doom version #
  35. #        0 for Doom 1 1.2
  36. #        1 for Doom 1 1.666, Doom 2 1.7, Doom 2 1.7a
  37. #        2 for Doom 2 1.666
  38. #        3 for Doom x 1.9
  39. #version = 1
  40.  
  41. # The size of the user-defined Doom exe file.
  42. #size = 717239
  43.  
  44. # These are the offsets for the various data sections...
  45. #thingoff  = 606956
  46. #soundoff  = 628910
  47. #frameoff  = 573188
  48. #spriteoff = 572676
  49. #ammooff   = 625184
  50. #weaponoff = 625608
  51. #textoff   = 554068
  52. #codepoff  = 257022
  53.